home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacHack 1998
/
MacHack 1998.toast
/
The Hacks!
/
Transport Independent Speech
/
SpokenSerialApp
/
Speaking.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1996-11-16
|
350 b
|
19 lines
|
[
TEXT/CWIE
]
#ifndef __SPEAKING__
#define __SPEAKING__
#include <Speech.h>
#ifndef __SPEAKINGERRORS__
#include "Speaking_Errors.h"
#endif
#ifndef __STRUCT__
#include "Struct.h"
#endif
OSErr GetNewSpeechChan (const SpeechChannel * const theSpeechChan);
OSErr SetRefCon (const SpeechChannel theSpeechChan,
const unsigned long theRefCon);
#endif